home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / mdancer_red.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  2.3 KB  |  106 lines

  1. SDEF
  2. // Male dancer, hangs around wherever there are female ones; I suspect
  3. // it is not because he likes dancing though - I mean, he's not very
  4. // good at it...although he does seem to be able to go all night without 
  5. // a rest, as does she.
  6. //
  7. // Author: Boon
  8. //
  9.  
  10. // SINED SECTION
  11. //
  12. /*SINED Innocent_MaleDancer_red (1 .5 0) (0 0 0) (0 0 0)
  13. Male GAMBLER with red shirt
  14. */
  15.  
  16. // --------------------------------------------------------------------------
  17. // FILE DECLARATIONS
  18. //
  19. // Model Commands
  20. path models/mdancer
  21.  
  22. scale 1.3
  23.  
  24. // Base Model
  25. mdancer_base.sbm
  26.  
  27. //Skins
  28. normal mdancer_04f.tga
  29. damage mdancer_damage_04f.tga
  30.  
  31. // Normal Animations
  32. //idle1        twostep_b.sam
  33. //twitch1    twostep_c.sam
  34. //idle2        twostep_d.sam //boys only
  35. walk        walk.sam
  36. death        death.sam
  37. run1        flee_a.sam
  38. //run2        flee_b.sam
  39. //run3        flee_c.sam
  40. //run4        flee_d.sam
  41. pain        cower_complete.sam
  42. crouch_down    cower_start.sam
  43. crouch_idle    cower_loop.sam    // This animation needs fixing!!!!!!
  44. crouch_end    cower_end.sam
  45. idle1    table_idle1.sam
  46. twitch1    table_idle2.sam
  47. //twitch1    table_twitch.sam
  48. twitch2        table_big_win.sam
  49. twitch3        table_small_win.sam
  50. twitch4        table_near_win.sam
  51. twitch5        table_lose.sam
  52.  
  53. // Optional Animations
  54. dance1    twostep_a.sam //girls only
  55.  
  56. // Scripted Animations
  57.  
  58. // Id And Group Definitions
  59. id 10 group head flesh
  60. group head damage 2.0
  61. id 20 group torso_front flesh
  62. group torso_front damage 1.2
  63. id 22 group torso_back flesh
  64. group torso_back damage 1
  65. id 30 group leg_left flesh
  66. group leg_left damage 0.4
  67. id 40 group leg_right flesh
  68. group leg_right damage 0.4
  69. id 50 group arm_left flesh
  70. group arm_left damage 0.7
  71. id 60 group arm_right  flesh
  72. group arm_right damage 1
  73.  
  74.  
  75. // -----------------------------------------------------------------------------
  76. // INITIALIZATION SECTION
  77. //
  78. !init:
  79. //
  80. // SERVER Initialization Commands
  81. //
  82. // Class Setup
  83. server classname actor
  84. server script global/neutral.scr
  85. server setsize "-16 -16 0" "16 16 80"
  86. server crouchsize "-16 -16 0" "16 16 64"
  87. server health 30
  88. server painthreshold 1
  89.  
  90. // Sound Aliases
  91.  
  92. //
  93. // CLIENT Initialization Commands
  94. //
  95. // Sound Aliases
  96. server ambientsound "environment/levelsnds/casino/amb1.wav"  1
  97.  
  98. // -----------------------------------------------------------------------------
  99. // MAIN SECTION
  100. //
  101. !main:
  102.  
  103. // Special Commands
  104. server crouch_down last nextanim crouch_idle
  105.  
  106.